Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for rendering bokeh and plotly plots as gifs #4017

Merged
merged 2 commits into from
Oct 4, 2019

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Oct 2, 2019

hmap = hv.HoloMap({i: hv.Curve([1, 2, i]) for i in range(10)})
hv.output(hmap, holomap='gif', fps=3, backend='matplotlib')
hv.output(hmap, holomap='gif', fps=3, backend='bokeh')
hv.output(hmap, holomap='gif', fps=3, backend='plotly')

matplotlib
bokeh
plotly

@philippjfr philippjfr added tag: backend: bokeh type: enhancement Minor feature or improvement to an existing feature labels Oct 2, 2019
@philippjfr philippjfr changed the title Add support for rendering bokeh plots as gifs Add support for rendering bokeh and plotly plots as gifs Oct 2, 2019
@philippjfr philippjfr added this to the v1.13.0 milestone Oct 2, 2019
@jonmmease
Copy link
Collaborator

wow, very cool!

@philippjfr philippjfr merged commit d441a43 into master Oct 4, 2019
@philippjfr philippjfr deleted the bokeh_gif_support branch January 9, 2020 14:48
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tag: backend: bokeh type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants